golang.org/x/tools/internal/gcimporter.exporter.float (method)

5 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L582: 		p.float(constant.ToFloat(x))
		bexport.go#L586: 		p.float(x)
		bexport.go#L590: 		p.float(constant.Real(x))
		bexport.go#L591: 		p.float(constant.Imag(x))
		bexport.go#L606: func (p *exporter) float(x constant.Value) {